home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_1199 / 1194 < prev    next >
Text File  |  1994-08-27  |  1KB  |  40 lines

  1. Subject: Re: Example app_defs.sys 
  2. Date: Wed, 03 Aug 1994 09:34:16 +1000
  3. From: Warwick Allison <warwick@cs.uq.oz.au>
  4. Precedence: bulk
  5.  
  6. Gerd Castan wrote:
  7. >
  8. >Warwick:
  9. >>*.edit.cut: ^X        # Cut            WWA: edit or file?
  10. >>*.edit.copy: ^C       # Copy           WWA: edit or file?
  11. >>*.edit.paste: ^V      # Paste          WWA: edit or file?
  12. >file.
  13.  
  14. A little explanation would have been more helpfule.  You see, these operations
  15. are always found under the Edit menu, hence according to my logic, they should
  16. be in that section of the defaults.  So, explain the logic which puts them
  17. into the file section, and we will all be contented.  Note that some (usually
  18. older) apps don't use files for the clipboard.
  19.  
  20.  
  21. >># Blocks
  22. >># =====================
  23. >>*.block.start: ^B       # Begin selection
  24. >>*.block.end: ^E         # End selection
  25. >>*.block.restart: +^B    # Change block start  WWA: I don't understand this on
  26. >e
  27. >>*.block.reend: +^E      # Change block end    WWA: I don't understand this on
  28. >e
  29. >You don't have to understand.
  30.  
  31. I do if I want to give them appropriate names.  Are ".block.restart" and
  32. ".block.reend" appropriate?  I still don't know.
  33.  
  34.  
  35. I'm not commenting on the feature, just the name that needs to be defined
  36. for it, whatever that name is.
  37.  
  38. --
  39. Warwick
  40.